Welcome![Sign In][Sign Up]
Location:
Search - hook dll

Search list

[Hook apiGetWord

Description: 屏幕取词,利用windows的钩子函数进行进程注入,可获得鼠标所在位置的单词。-Screen, use the hook function windows process can get the mouse location of the word.
Platform: | Size: 6025216 | Author: ly | Hits:

[Hook apiNDIA

Description: API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.-API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
Platform: | Size: 946176 | Author: 刘应 | Hits:

[e-languageHookdll

Description: 钩子dll,学习汇编的时候做的,用易语言调用成功-Hook dll, learning when to do the compilation, using easy language to call the success of
Platform: | Size: 3072 | Author: 王全 | Hits:

[Hook apiMouseHook

Description: 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子DLL和调用程序!-A simple mouse hook example, where the window can display the title of the mouse! Simulation PowerWord check word features, including a system hook DLL and call the procedure!
Platform: | Size: 38912 | Author: wwjestudio | Hits:

[OtherDLLhook

Description: [i]DELPHI打造DLL键盘钩子[/i]-[i] DELPHI keyboard hook DLL to create [/ i]
Platform: | Size: 339968 | Author: | Hits:

[Hook apiEndWinKey

Description: 里含一个勾子dll全局程序,主要是屏蔽Win键,因为玩笔记本时经常不小心按到Win键以致把游戏窗口弹出来。现在,不用烦了。直接下我这个吧。呵呵。-Lane with a hook dll overall procedures, mainly shielding Win key, because the game often are not careful notebook according to the Win key result of the game window pop up to. Now, not annoying. Directly under my right. Ha ha.
Platform: | Size: 159744 | Author: 陆子伟 | Hits:

[Windows DevelopAPIHOOK.2.0.src

Description: Windows钩子函数的使用用法的完整示例代码。-Windows hook functions to use the full sample code usage.
Platform: | Size: 97280 | Author: 李夏光 | Hits:

[Windows DevelopPassword

Description: 程序可以得到密码框中的密码,其中应用到大量技术包括钩子,DLL,进程通信,内存映射文件等,不错的VC参考程序-Procedures can be password box password, which is applied to a large number of technologies, including the hook, DLL, process communication, memory-mapped file and so on, a good VC reference procedures
Platform: | Size: 2746368 | Author: zhangkai | Hits:

[Software EngineeringHideDLL

Description: 木马运行关键是隐藏,神不知鬼不觉才是王道.要隐藏,先要隐藏进程,Windows操作系统中程序以进程的 方式运行,大多数操作系统也是如此.任务管理器就可以看到当前运行的进程,所以有人HOOK相关枚举进程的函 数,让任务管理器不显示木马进程,也有人把自己的木马注册成服务运行,"任务管理器"不显示服务的.这样做只 是障眼法,进程还是存在的,最好的方法是让进程不存在,让木马作为其他进程的一个线程来运行.Windows操 作系统提出了DLL的概念,其系统API都是通过DLL的形式出现的,应用程序动态链接到DLL来调用API,DLL在 内存中只存在一个副本就可以满足不同应用程序的调用了,因此可以把木马写成DLL文件,让他作为进程的一部 分运行,最好是系统进程的一部分,一般人很难看到一个进程加载了哪些DLL,也就很难发现这种木马(用 IceSword可以看到进程的DLL模块).-err
Platform: | Size: 3072 | Author: 008 | Hits:

[Windows DevelopSysHotKey

Description: | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctrl+ Alt+ Del the use of remote threads, code injection and sub-class technology | | other information using an ordinary keyboard hook technology | | | | of the module to the VB programmer to display the remote thread, code seem to be included into the | | only Delphi, VC programmers could use the technology, while at present many Trojan | | is also large-scale use of these technologies. Dll injection than hook into the more hidden. | | Inject no process, no file
Platform: | Size: 14336 | Author: kidy | Hits:

[Hook apikernel_Global

Description: 使用direct技术,能过NP,包括QQ的密码保护,拦截一切键盘输入的好工具,全局钩子,代码很少,不超过250行,没DLL直接实现的-Direct the use of technology, can lead NP, including QQ password protection, to intercept all keyboard input of a good tool, global hook, code small, not more than 250 lines, no DLL directly realized
Platform: | Size: 3396608 | Author: 王百万 | Hits:

[Hook apiAPIHookjiexi

Description: 本文分析了API Hook 系统的实现结构和系统涉及的DLL 注入和API 拦截两项关键技术的多种实现途径,并结合 应用给出了编程实现的方法。-This paper analyzes the API Hook System structures and systems involved in DLL injection and API to intercept the two key technologies to achieve a variety of channels, combined with the application of given programming approach.
Platform: | Size: 94208 | Author: 王志军 | Hits:

[Hook apiHookSy

Description: 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion of the following functions: 1, view the system is currently running process 2, Show system is currently running thread 3, view the system is running a process that contains a list of the DLL 4, by creating a remote thread method the DLL is injected into the target process: 5, through Hook Methods DLL into the target process:
Platform: | Size: 12288 | Author: 赵积元 | Hits:

[OS programGina1.4

Description: Gina 1.4版的例子,替换msgina.dll。-Gina 1.4 version of the example, replace msgina.dll.
Platform: | Size: 18432 | Author: GWL | Hits:

[Hook apikeyhook

Description: 利用键盘钩子开发按键发音程序,通过这个程序,可以了解hook的使用方法。-The use of a keyboard button hook pronunciation procedures developed through this process, you can learn to use the hook.
Platform: | Size: 466944 | Author: 刘凯 | Hits:

[Hook apiD3D_Starterkit_v3.0b

Description: D3D HOOK模块,可用于制作DX类游戏的外挂,如透视等效果,支持DX8,DX9游戏,用法是将D3D8或D3D9文件夹里的d3d9dev.cpp,d3d9int.cpp,d3d9tex.cpp中的函数内容修改后编译生成DLL,再编译Injector注入,编译环境最好用VS.NET2003,有相应DX SDK,注入器必须用自带的Injector,否则可能没有效果。-D3D HOOK module, can be used to create plug-DX games, such as the effect of perspective, etc. to support DX8, DX9 games, the usage is to D3D8 or D3D9 folder d3d9dev.cpp, d3d9int.cpp, d3d9tex.cpp modify the contents of the function After the compiler to generate DLL, and then compiled into the Injector, the compiler environment is best to use VS.NET2003, corresponding DX SDK, injector must own the Injector, the effect may not have otherwise.
Platform: | Size: 64512 | Author: 一招鲜 | Hits:

[Hook apihook

Description: hook的dll,用来划界用的api函数-this program is a hook use to api
Platform: | Size: 1506304 | Author: kehua | Hits:

[Hook apizhuru

Description: 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体-A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
Platform: | Size: 349184 | Author: 我是人 | Hits:

[OS programkbh

Description: DELPHI编写的HOOK API实现DLL全局钩子启动记事本的程序-DELPHI prepared HOOK API to achieve the overall hook DLL procedures start Notepad
Platform: | Size: 337920 | Author: csdner | Hits:

[Driver DevelopSendMouseKey

Description: DLL send Mouse Key ,用底層的方式送 Mouse 訊息 , 而非一般的 Mouse Hook 喔 !! -DLL send Mouse Key, with the bottom of Mouse way to send messages, rather than the Mouse Hook Oh!!
Platform: | Size: 20480 | Author: 余建宏 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 33 »

CodeBus www.codebus.net